home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
LIB
/
UNIXLIB37B
/
!UnixLib37
/
src
/
clib
/
sys
/
h
/
ioctl
< prev
next >
Wrap
Text File
|
1996-11-09
|
579b
|
29 lines
/****************************************************************************
*
* $Source: /unixb/home/unixlib/source/unixlib37/src/clib/sys/h/RCS/ioctl,v $
* $Date: 1996/11/06 22:01:41 $
* $Revision: 1.1 $
* $State: Rel $
* $Author: unixlib $
*
* $Log: ioctl,v $
* Revision 1.1 1996/11/06 22:01:41 unixlib
* Initial revision
*
***************************************************************************/
#ifndef __SYS_IOCTL_H
#define __SYS_IOCTL_H
#ifdef __cplusplus
extern "C" {
#endif
extern int ioctl(int, int, void *);
#ifdef __cplusplus
}
#endif
#endif